Macro
Namespace
global- Parent Module
- ReggerIt
Predefined macro's
Functions and values
Function or value | Signature | Description | |
---|---|---|---|
# | any | RexPatt | |
# | ascii(arg1) | string -> RexPatt | ASCII character, input is 8-bit hex, ie "00", "AF", "FF" |
# | backspace | RexPatt | Backspace character |
# | bell | RexPatt | Bell character |
# | carriageReturn | RexPatt | Carriage return character |
# | decimalDigit | RexPatt | Decimal digit |
# | escape | RexPatt | Escape character |
# | formFeed | RexPatt | Form feed character |
# | namedBlock(arg1) | string -> RexPatt | Named character range |
# | newLine | RexPatt | Newline character |
# | nonDecimalDigit | RexPatt | Non-decimal digit |
# | nonWhitespace | RexPatt | Any non-whitespace character |
# | nonWordCharacter | RexPatt | Non Word character |
# | tab | RexPatt | Tab character |
# | utf16(arg1) | string -> RexPatt | UTF-16 character, input is 16-bit hex, ie "0000", "5AAF", "C0FF" |
# | verticalTab | RexPatt | Vertical tab character |
# | whitespace | RexPatt | Any whitespace character |
# | wordCharacter | RexPatt | Word character |
Any character except newline